home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5 (Alt)
/
MACD 5.bin
/
workbench
/
wb
/
czesc_4
/
vark15
/
utils p-z
/
skiff2ascii.lha
/
iff2ascii
/
count.s
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-21
|
304 b
|
19 lines
SECTION text,code
XDEF _count
_count
eor.b d0,d1
clr.l d0
tst.b d1
bne.s nocero
rts
nocero moveq.l #7,d2
otro btst d2,d1
beq.s mas
addq.l #1,d0
mas dbf d2,otro
rts
END